-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Terrarium - Providers]: Implementation of gRPC backend microservice integrated with DynamoDB for Data Persistence #68
Conversation
…s we have a sourceUrl as providerMetadata"
…eted here, as the main branch is ciedev-3252
…vider function, and updated provider structure
…f providers in UI issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
General comment this could have be broken into at least 2 reviews to reduce the complexity required to be reviewed in each. I would have suggested starting with the Protobuf definitions and generated files and then onto the implementation.
Co-authored-by: Adam Charrett <[email protected]>
Co-authored-by: Adam Charrett <[email protected]>
Co-authored-by: Adam Charrett <[email protected]>
…les & providers, small fix in ui(source_repo_url fix), addition of span attributes, renaming of moduleServices, update in docker compose, browse cmd, allInOne, root cmds, added test functions for providers in gateway, worked for review comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very close now - just need to add the defer span.End()
to make sure all spans are closed off.
This PR includes:
Testing Details:
Metadata response as expected by the provider registry protocol:
Metadata reponse required by REST handler to be served to the UI:
UI: